Registers are a type of computer memory used to quickly accept, store, and transfer data and instructions that are being used immediately by the CPU. The registers used by the CPU are often termed as Processor registers.
5
Let the memory access time is 10 miliseconds and cache hit ratio 15%. The effective memory access time is
Question:
What is the name of the storage device that compensates the difference in rates of flow of data from one device to another?
✅ Correct Answer:Buffer
Explanation:
A Buffer is a temporary storage area that helps in matching the speed of data transfer between a fast and a slow device, ensuring smooth data flow without loss.
Final Answer: Buffer
1
How many 32K × 1 RAM chips are needed to provide a memory capacity of 256K bytes?
Question: Which of the following is the smallest unit of data in a computer?
✅ Correct Answer:Bit (Binary Digit)
Explanation:
A bit is the most fundamental unit of data in computing.
It represents a binary value: 0 or 1.
All other units (Byte, Kilobyte, etc.) are multiples of bits.
Common Units of Data:
1 Bit = Smallest unit
1 Byte = 8 Bits
1 Kilobyte (KB) = 1024 Bytes
1 Megabyte (MB) = 1024 KB
? Note: Every piece of data in a computer—from text and images to video and sound—ultimately breaks down into bits.
2
A
computer system has 16-bit wide address/ data bus that uses RAM chips of 4K × 8-bit capacity. The number of RAM chips are needed to provide a memory capacity
of 64 Kbytes memory is
Consider a hard disk with 16 recording surfaces (0 – 15) having 16384 cylinders (0 – 16383) and each cylinder contains 64 sectors (0 – 63). Data storage capacity in each sector is 512 bytes. Data are organized stored in the disk and the starting disk location of the file is < 1200, 9, 40>. What is the cylinder number of the last sector of the file, if it is stored in a contiguous manner?